label: Move focus out of widget after last link
authorJulian Sparber <julian@sparber.net>
Thu, 14 Apr 2022 10:14:17 +0000 (12:14 +0200)
committerJulian Sparber <julian@sparber.net>
Thu, 14 Apr 2022 10:48:20 +0000 (12:48 +0200)
commite3320633a63e706c0681b20deee50dfb25ee2f97
tree93d575b9531d096c53a6e962335aa519ae35b453
parenta2599c2bb938b0b1afa9bed2f762d18772aa5fc0
label: Move focus out of widget after last link

This allows the user to navigate via tab the links in a label and exits
the widget after the last link, when moving forward, and first link,
when moving backward.

This also ensures that ellipsised links arn't focused.

Fixes: https://gitlab.gnome.org/GNOME/gtk/-/issues/4681
gtk/gtklabel.c